home *** CD-ROM | disk | FTP | other *** search
/ Home of Orchestra World / Home of Orchestra World.iso / orch.dir / 00027_Script_27 < prev    next >
Text File  |  1980-01-05  |  2KB  |  69 lines

  1. on enterFrame
  2.   --puppetSprite 2,false
  3.   puppetSprite 6,TRUE
  4.   puppetSprite 7,TRUE
  5.   puppetSprite 8,TRUE
  6.   puppetSprite 9,TRUE
  7.   
  8.  --set the immediate of sprite 2 to false
  9.   set the immediate of sprite 6 to TRUE
  10.   set the immediate of sprite 7 to TRUE
  11.   set the immediate of sprite 8 to TRUE
  12.   set the immediate of sprite 9 to TRUE
  13.   
  14.   
  15.   
  16.   if rollover(6) = TRUE then
  17.     set the castNum of sprite 16 to 45
  18.   else
  19.     set the castNum of sprite 16 to 46
  20.   end if
  21.   
  22.   if rollover(7) = TRUE then
  23.     set the castNum of sprite 17 to the number of cast "instru.txt"
  24.   else
  25.     set the castNum of sprite 17 to the number of cast  "blank2.pct"
  26.   end if
  27.   
  28.   
  29.   if rollover(8) = TRUE then
  30.     set the castNum of sprite 18 to the number of cast "slide.txt"
  31.   else
  32.     set the castNum of sprite 18 to the number of cast "blank3.pct" 
  33.   end if
  34.   
  35.   
  36.   if rollover(8) = TRUE then
  37.     set the castNum of sprite 18 to the number of cast "slide.txt"
  38.   else
  39.     set the castNum of sprite 18 to the number of cast "blank3.pct" 
  40.   end if
  41. end
  42.  
  43. on exitFrame
  44.   if rollover(6) = TRUE then
  45.     set the castNum of sprite 16 to 45
  46.   else
  47.     set the castNum of sprite 16 to 46
  48.   end if
  49.   
  50.   if rollover(7) = TRUE then
  51.     set the castNum of sprite 17 to the number of cast "instru.txt"
  52.   else
  53.     set the castNum of sprite 17 to the number of cast  "blank2.pct"
  54.   end if
  55.   
  56.   
  57.   if rollover(8) = TRUE then
  58.     set the castNum of sprite 18 to the number of cast "slide.txt"
  59.   else
  60.     set the castNum of sprite 18 to the number of cast "blank3.pct" 
  61.   end if
  62.   
  63.   
  64.   if rollover(8) = TRUE then
  65.     set the castNum of sprite 18 to the number of cast "slide.txt"
  66.   else
  67.     set the castNum of sprite 18 to the number of cast "blank3.pct" 
  68.   end if
  69. end